home *** CD-ROM | disk | FTP | other *** search
/ Clickx 31 / Clickx 31.iso / assets / software / acehtml6pro.exe / scriptdef / Surfer's Screen Type Detection.sd < prev    next >
Encoding:
INI File  |  2004-06-28  |  1.5 KB  |  67 lines

  1. [SUBJECT]
  2. Description=Surfer's screen type detection Script
  3. ImageIndex=-1
  4. Folder=Tools
  5.  
  6.  
  7. [BODY_TEXT]
  8. ;<table border="0" summary="">
  9. ;<tr>
  10. ;<td><form method="POST" name="t">
  11. ;<table border="0">
  12. ;<tr>
  13. ;<td valign="top" width="150"
  14. ;bgcolor="#00FFFF"><strong>Your screen's width:</strong></td>
  15. ;<td><input type="text" size="20"
  16. ;name="t1" value="not supported"></td>
  17. ;</tr>
  18. ;<tr>
  19. ;<td valign="top" width="150"
  20. ;bgcolor="#00FFFF"><strong>Your screen's height:</strong></td>
  21. ;<td><input type="text" size="20"
  22. ;name="t2" value="not supported"></td>
  23. ;</tr>
  24. ;<tr>
  25. ;<td valign="top" width="150"
  26. ;bgcolor="#00FFFF"><strong>Your screen's color Depth:</strong></td>
  27. ;<td><input type="text" size="20"
  28. ;name="t3" value="not supported"></td>
  29. ;</tr>
  30. ;<tr>
  31. ;<td valign="top" width="150"
  32. ;bgcolor="#00FFFF"><strong>Your screen's pixel Depth:
  33. ;</strong></td>
  34. ;<td><input type="text" size="20"
  35. ;name="t4" value="not supported"></td>
  36. ;</tr>
  37. ;</table>
  38. ;</form>
  39. ;</td>
  40. ;</tr>
  41. ;</table>
  42. ;<p align="left">
  43. ;<script>
  44. ;<!--
  45. ;
  46. ;/*
  47. ;Surfer's Screen Type Detection Script-
  48. ;⌐ Dynamic Drive (www.dynamicdrive.com)
  49. ;For full source code, installation instructions,
  50. ;100's more DHTML scripts, and Terms Of
  51. ;Use, visit dynamicdrive.com
  52. ;*/
  53. ;
  54. ;function show(){
  55. ;if (!document.all&&!document.layers)
  56. ;return;
  57. ;document.t.t1.value=screen.width;
  58. ;document.t.t2.value=screen.height;
  59. ;document.t.t3.value=screen.colorDepth;
  60. ;document.t.t4.value=screen.pixelDepth;
  61. ;}
  62. ;show();
  63. ;//-->
  64. ;</script>
  65.  
  66.  
  67.